@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face{
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{ 
	font-family: 'GmarketSansMedium'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: normal; 
	font-style: normal; 
}
@font-face{ 
	font-family: 'GmarketSansLight'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); 
	font-weight: normal; 
	font-style: normal; 
} 
* {-webkit-text-size-adjust:none;}
* { margin:0; padding:0; }
a,
a:visited,
a:hover{ color:#111; text-decoration:none; }
img{ border:0px; vertical-align:bottom; }

body{
	margin:0px;
	padding:0px;
}

/* Table */
table{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
td, th{
	padding:0px;
	word-break:break-all;
}

/* Etc */
.bg_id_color{
	background-color:#e65a4f;
}
.text_id_color{
	color:#e65a4f;;
}
/* 폰트 빅사이즈 30px, 중간사이즈 25px */
.box_shadow_gray{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#wrap.main{
	width:100%;
	color:#111;
	font-size:16px;
	font-family:Noto Sans KR, Nanum Gothic, Helvetica, sans-serif;
	letter-spacing:-1px;
}

/* 본문 */
#wrap.main > #body{
	width:100%;
	max-width:700px;
	margin:auto;
}
#wrap.main > #body > #body_content{
}

/* 제품소개 */
#wrap.main > #body > #body_content > #section1_wrap{
	text-align:center;
	padding-top:50px;
	margin-top:59px;
}
#wrap.main > #body > #body_content > #section1_wrap > #section1{
	margin-left:0px;
	margin-right:0px;
}
#wrap.main > #body > #body_content > #section1_wrap > #section1 > #section1_content > .position1 > p:nth-child(1){
	color:#fff;
	font-size:20px;
	font-weight:600;
}
#wrap.main > #body > #body_content > #section1_wrap > #section1 > #section1_content > .position1 > p:nth-child(2){
	color:#fff;
	font-size:20px;
	font-weight:600;
}
#wrap.main > #body > #body_content > #section1_wrap > #section1 > #section1_content > .position1 > p:nth-child(3){
	color:#000;
	font-size:30px;
	font-weight:600;
}
#wrap.main > #body > #body_content > #section1_wrap > #section1 > #section1_content > .position2{
	color:#fff;
	margin-top:10px;
}
#wrap.main > #body > #body_content > #section1_wrap > #section1 > #section1_content > .button{
	display:inline-block;
	width:220px;
	text-align:center;
	border-radius:15px;
	background-color:#000;
	margin-top:40px;
}
#wrap.main > #body > #body_content > #section1_wrap > #section1 > #section1_content > .button a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:20px;
	font-weight:600;
	padding:10px 0px;
}
#wrap.main > #body > #body_content > #section1_wrap > #section1 > #section1_content > .position3{
	margin-top:40px;
}
#wrap.main > #body > #body_content > #section1_wrap > #section1 > #section1_content > .position3 img{
	max-width:100%;
}
#wrap.main > #body > #body_content > #section2_wrap{
	text-align:center;
	background-color:#f5f5f5;
	padding:50px 0px 0px 0px;
}
#wrap.main > #body > #body_content > #section2_wrap > #section2{
}
#wrap.main > #body > #body_content > #section2_wrap > #section2 > #section2_content > .position1{
}
#wrap.main > #body > #body_content > #section2_wrap > #section2 > #section2_content > .position2{
	margin-top:10px;
}
#wrap.main > #body > #body_content > #section2_wrap > #section2 > #section2_content > .position3{
	margin-top:40px;
}
#wrap.main > #body > #body_content > #section2_wrap > #section2 > #section2_content > .position3 img{
	width:100%;
}
#wrap.main > #body > #body_content > #section3_wrap{
	text-align:center;
	background-color:#fff;
	padding:50px 0px;
}
#wrap.main > #body > #body_content > #section3_wrap > #section3{
	margin-left:10px;
	margin-right:10px;
}
#wrap.main > #body > #body_content > #section3_wrap > #section3 > #section3_content > ul{
}
#wrap.main > #body > #body_content > #section3_wrap > #section3 > #section3_content > ul > li{
	list-style:none;
	border-bottom:1px solid #ddd;
	padding:40px 0px;
	overflow:hidden;
}
#wrap.main > #body > #body_content > #section3_wrap > #section3 > #section3_content > ul > li:last-child{
	border-bottom:0px;
}
#wrap.main > #body > #body_content > #section3_wrap > #section3 > #section3_content > ul > li > div{
	float:left;
}
#wrap.main > #body > #body_content > #section3_wrap > #section3 > #section3_content > ul > li > div:nth-child(1){
	width:80px;
	text-align:left;
}
#wrap.main > #body > #body_content > #section3_wrap > #section3 > #section3_content > ul > li > div:nth-child(1) img{
	width:50px;
}
#wrap.main > #body > #body_content > #section3_wrap > #section3 > #section3_content > ul > li > div:nth-child(2){
	width:calc(100% - 80px);
	font-size:15px;
	text-align:left;
}
#wrap.main > #body > #body_content > #section3_wrap > #section3 > #section3_content > ul > li > div:nth-child(2) > p:nth-child(2){
	margin-top:5px;
}